[p7zip_alone2] new package for 7-Zip#12867
[p7zip_alone2] new package for 7-Zip#12867nhz2 wants to merge 4 commits intoJuliaPackaging:masterfrom
Conversation
|
First off: Thank you for your contribution! Matching the Besides that, would it perhaps make sense to also match the name more closely? E.g. To that end, a comment in the build recipe added here (and ideally also in the original p7zip recipes) explaining the relationship would be helpful, I think. |
|
The name was from the Debian package https://packages.debian.org/trixie/7zip-standalone, but 7zip-standalone wouldn't work because it starts with a number and has a dash. Maybe |
|
Should Perhaps good for @giordano to take a look here. |
|
Yeah, doesn't look like this is going to happen in Julia |
|
I'm currently happy with just using the formats supported by the |
This is the same as the p7zip recipe except using the
Alone2bundle, which supports many more formats, instead of theAlonebundle.The RAR format is still being disabled with
export DISABLE_RAR=1because the RAR code has an unfree license.I set the version to
1.0.0because upstream is using CalVer, so it doesn't make sense to try to use the same version for the jll. Maybe it would make more sense to match the version of p7zip?